/*
Dan's Lights
Ben Johnson

Thanks to other WC configs for the code I have used.
*/ 



Durn="2",

// Thanks
CamX="83 * sin( .18 * t )",
CamY="20 * cos( .18 * t )",
CamZ="25 + 20 * sin( .25 * t )",

CmLX="40",
CmLY="0",
CmLZ="0",

// Gives out parabola for colours
C0="( 2 * ( ( dt * 1.05 ) - 0.525 ) ) * ( 2 * ( ( dt * 1.05 ) - 0.525 ) )",

R="0.5 * ( ( 1.1025 - C0 ))", // parabola
G="0.75 * (trnc( 1.1025 - C0 ))",
B="trnc( 1.1025 - C0 )",

CUpX="0",
CUpY="0",
CUpZ="-1",  // looking at the thing from the underside

//Leading line cycles through spectrum, then goes black for a bit
LvlR="pos(sin((0.2*t) + 0.7))",
LvlG="pos(sin((0.2*t) + 1.4))",
LvlB="pos(sin(0.2*t))",


widt=590,heig=350,


ConL=0,ConB=1,



X="200 * dt",
Y="(60 * s - 30)",
Z="(14 * (dt+1)*(dt+1) * abs( fft( s ) ) )",
// Z's peaks increase by square dt

Scal="500",
ScSz=1,

Pers="60",

Vers=40